Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / SlicerActionsCommand Constructor / SlicerActionsCommand Constructor(Slicer,Int32[])
The processing slicer.


In This Topic
    SlicerActionsCommand Constructor(Slicer,Int32[])
    In This Topic
    Create a select items command for the slicer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal slicer As Slicer, _
       ByVal selectedIndices() As Integer _
    )
    'Usage
     
    
    Dim slicer As Slicer
    Dim selectedIndices() As Integer
     
    Dim instance As New SlicerActionsCommand(slicer, selectedIndices)
    public SlicerActionsCommand( 
       Slicer slicer,
       int[] selectedIndices
    )

    Parameters

    slicer
    The processing slicer.
    selectedIndices
    See Also